go/types.declInfo.lhs (field)

4 uses

	go/types (current package)
		decl.go#L193: 		check.varDecl(obj, d.lhs, d.vtyp, d.init)
		initorder.go#L113: 		infoLhs := info.lhs // possibly nil (see declInfo.lhs field comment)
		resolver.go#L22: 	lhs       []*Var        // lhs of n:1 variable declarations, or nil
		resolver.go#L363: 					d1 = &declInfo{file: fileScope, lhs: lhs, vtyp: d.spec.Type, init: d.spec.Values[0]}